home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / tontie_hammer.swf / scripts / DefineSprite_311 / frame_1 / PlaceObject2_169_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2012-01-07  |  206b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.mogura_on < 100)
  3.    {
  4.       k += 1;
  5.    }
  6.    if(k > up_i)
  7.    {
  8.       _root.lvup = 1;
  9.       with(_parent)
  10.       {
  11.          gotoAndStop("up");
  12.       }
  13.    }
  14. }
  15.